home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-04-25 | 570 b | 25 lines | [TEXT/CWIE] |
- // ==================================================
- // UErrorMessage.h
- // Copyright (C) 1994-1997 Mizutori Tetsuya
- // March 9, 1994; July 4, 1996.
- // ==================================================
- // All documents are pretty-printed in 10-point Geneva font.
-
- #pragma once
-
-
- class UErrorMessage {
-
- public:
-
- // Notify error message using Alert/Stop dialog
- static void NofityIfOSErr( const OSErr inErr, const Boolean inBeFatal );
-
- static void NofityIfOSErr( const OSErr inErr, const Str255 inText, const Boolean inBeFatal );
-
- private:
-
- };
-
- // end of definitions
-